Gail: Remove gail_cell_type_add_action_interface, as it no longer does anything
authorMike Gorse <mgorse@novell.com>
Fri, 10 Sep 2010 13:46:34 +0000 (09:46 -0400)
committerMike Gorse <mgorse@novell.com>
Fri, 10 Sep 2010 13:46:34 +0000 (09:46 -0400)
modules/other/gail/gailcell.c
modules/other/gail/gailcell.h

index bc8dd131f4c94e57aaf99c776197f57ff636d604..8da67c8f44e710d980111cd837e5f9df9365ef59 100644 (file)
@@ -296,11 +296,6 @@ atk_action_interface_init (AtkActionIface *iface)
   iface->get_keybinding = gail_cell_action_get_keybinding;
 }
 
-void
-gail_cell_type_add_action_interface (GType type)
-{
-}
-
 gboolean
 gail_cell_add_action (GailCell    *cell,
                      const gchar *action_name,
index 1ab0f41241b130870c84fc6fbea7ea4026e093bf..9beb3b83bb99eaea4743f27916836d2bbb385b96 100644 (file)
@@ -80,9 +80,6 @@ gboolean gail_cell_remove_state          (GailCell        *cell,
                                           AtkStateType    state_type,
                                           gboolean        emit_signal);
 
-void     gail_cell_type_add_action_interface 
-                                         (GType           type);
-
 gboolean gail_cell_add_action            (GailCell        *cell,
                                          const gchar     *action_name,
                                          const gchar     *action_description,